home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / drucker / printguide / printguide.doc < prev    next >
Text File  |  1995-03-09  |  3KB  |  100 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        P R I N T G U I D E
  8.  
  9.                     Version 1.0  May 3, 1993
  10.  
  11.                                by
  12.  
  13.                           John J. Bolton
  14.  
  15.  
  16.      Very simply this program takes a file in AmigaGuide format
  17. and filters out all the AmigaGuide commands. The commands are not
  18. completely ignored, however. The following commands have the
  19. following effects:
  20.  
  21.           @node          - Enables printing
  22.           @endnode       - Prints a formfeed and disables
  23.                            printing
  24.           @{"text" ...}  - "text" is printed in bold
  25.  
  26.  
  27.      The command line syntax is:
  28.  
  29.           PrintGuide [<infile>] [<outfile>]
  30.  
  31. where <infile> is the name of the AmigaGuide file. If it is "-"
  32. or it is omitted , then stdin is used. <outfile> is where to put
  33. the resulting text. If it is omitted, then the text goes to PRT:.
  34.      For example,
  35.  
  36.           PrintGuide file_x file_y
  37.           PrintGuide <file_x - file_y
  38.  
  39. filter the text from file_x and put it into file_y.
  40.  
  41.           PrintGuide file_x
  42.  
  43. filters the text from file_x and sends it to the printer.
  44.  
  45.  
  46.  
  47.  
  48. COPYRIGHT
  49.  
  50.      This software is Copyright © John J. Bolton, 1993.  This software
  51. may be freely copied and distributed complete and unaltered, but may not
  52. be sold, licensed, or included as part of a sale or licensing agreement. 
  53.  
  54.  
  55. DISCLAIMER
  56.  
  57.      This software is provided "AS IS" without warranty of any kind,
  58. either expressed or implied, including, but not limited to, the implied
  59. warranties of merchantability and fitness for a particular purpose.
  60. John J. Bolton does not warrant, guarantee, or make any representations
  61. regarding the use of, or the results of the use of, this software in
  62. terms of correctness, accuracy, reliability, currentness, or otherwise. 
  63. In no way will John J. Bolton be liable for direct, indirect,
  64. incidental, or consequential damages resulting from any defect in this
  65. software. 
  66.  
  67.  
  68.      What do you want? It's free!
  69.  
  70.  
  71.      Comments, suggestions, questions, software, money, and whatever
  72. else you may wish to throw in my general direction should be sent to
  73. John J. Bolton,
  74.  
  75.             by Email:
  76.  
  77.         jbolton@netcom.com
  78.  
  79.             by Mail:
  80.  
  81.         8221 Mason Ave. #C
  82.         Canoga Park, CA 91306
  83.  
  84.  
  85.   AmigaGuide, AmigaGuide.info, amigaguide.library, WDisplay, WDisplay.info
  86.   (c) Copyright 1992 Commodore-Amiga, Inc.  All Rights Reserved.
  87.   Reproduced and distributed under license from Commodore.
  88.  
  89.   AMIGAGUIDE SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  90.   NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  91.   OR RESPONSIBILITY IS ASSUMED.    
  92.  
  93.   Installer and Installer project icon
  94.   (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  95.   Reproduced and distributed under license from Commodore.
  96.  
  97.   INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  98.   NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  99.   OR RESPONSIBILITY IS ASSUMED.    
  100.